EntityDAC

TCustomContext.ExecuteQuery<T>

Execute a query directly in the database and returns the result collection.

Unit

Syntax

Remarks

Call the ExecuteQuery method to execute a query directly in the database and obtain its result as a collection that implements the IEntityEnumerable interface. Supply the Params collection with the parameters accordingly to the ones in the query which itself is passed in the SQL string parameter. The Params array must contain all IN and OUT parameters defined in the query. For OUT parameters provide any values of valid types so that they are explicitly defined before call to the method.

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback